home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 October / CHIP Turkiye Ekim 2000.iso / prog / share / 39 / _SETUP.1 / Qimage.exe / 0 / RCDATA / TFORM9 / TFORM9.txt
Text File  |  2000-07-30  |  1KB  |  50 lines

  1. object Form9: TForm9
  2.   Left = 334
  3.   Top = 107
  4.   Width = 434
  5.   Height = 138
  6.   Caption = 'Location of File Manager'
  7.   Color = clBtnFace
  8.   Font.Charset = ANSI_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'Arial'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   OldCreateOrder = True
  15.   OnDeactivate = FormDeactivate
  16.   PixelsPerInch = 120
  17.   TextHeight = 16
  18.   object Label1: TLabel
  19.     Left = 10
  20.     Top = 10
  21.     Width = 392
  22.     Height = 16
  23.     Caption = 
  24.       'Directory and filename of file manager (Ex: c:\windows\explorer.' +
  25.       'exe)'
  26.   end
  27.   object Edit1: TEdit
  28.     Left = 10
  29.     Top = 30
  30.     Width = 405
  31.     Height = 24
  32.     Hint = 
  33.       'Enter drive:\directory\filename.exe.  This is the program that Q' +
  34.       'image will execute when you select "Run" under "File Manager"'
  35.     ParentShowHint = False
  36.     ShowHint = True
  37.     TabOrder = 0
  38.     Text = 'c:\windows\explorer.exe'
  39.   end
  40.   object BitBtn1: TBitBtn
  41.     Left = 177
  42.     Top = 69
  43.     Width = 70
  44.     Height = 31
  45.     TabOrder = 1
  46.     OnClick = BitBtn1Click
  47.     Kind = bkOK
  48.   end
  49. end
  50.